Substitute gtk_style_unref for g_object_unref in documentation example
authorJavier Jardón <javierjc1982@gmail.com>
Mon, 12 Oct 2009 14:09:55 +0000 (16:09 +0200)
committerJavier Jardón <jjardon@gnome.org>
Wed, 14 Oct 2009 01:30:31 +0000 (03:30 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=598218

docs/tutorial/gtk_tut.sgml

index af812b83fb637321b9c25c82d3d11b1023f9e9be..003f4c7af84339f25efaa9375bb479bacec29922 100644 (file)
@@ -16978,7 +16978,7 @@ gtk_dial_expose (GtkWidget      *widget,
                     points, 5,
                     FALSE);
 
-  gtk_style_unref(blankstyle);
+  g_object_unref(blankstyle);
 
 
   /* Draw ticks */